projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1585370
)
* lib-src/Makefile.in (LINK_CFLAGS): Remove; unused.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 4 Apr 2020 23:57:22 +0000
(16:57 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 4 Apr 2020 23:57:43 +0000
(16:57 -0700)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 29b34d9363bab4e5b40e2a1b3d486ed5d2ce4070..a2d27eab0019e25f3764e786cbd7b2e887c36e84 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-231,8
+231,6
@@
BASE_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \
-I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib
ALL_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
-## Unused.
-LINK_CFLAGS = ${BASE_CFLAGS} ${LDFLAGS} ${CFLAGS}
CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS}
# Configuration files for .o files to depend on.